home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRTFCONV / TFRTFCONV.txt
Text File  |  2006-04-19  |  712b  |  38 lines

  1. object fRTFConv: TfRTFConv
  2.   Left = 251
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 82
  6.   ClientWidth = 239
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnCancel: TButton
  20.     Left = 83
  21.     Top = 48
  22.     Width = 72
  23.     Height = 22
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = btnCancelClick
  27.   end
  28.   object ProgressBar: TProgressBar
  29.     Left = 18
  30.     Top = 16
  31.     Width = 203
  32.     Height = 12
  33.     Min = 0
  34.     Max = 100
  35.     TabOrder = 1
  36.   end
  37. end
  38.